com.supermap.realspace

Class ARPlanes

  • java.lang.Object
    • com.supermap.realspace.ARPlanes


  • public class ARPlanes
    extends java.lang.Object
    AR plane collection class
    • Constructor Summary

      Constructors 
      Constructor and Description
      ARPlanes() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      ARPlane get(int id)
      The AR plane is obtained through the AR plane ID.
      int getCount()
      Get the total number of AR plane sets.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ARPlanes

        public ARPlanes()
    • Method Detail

      • get

        public ARPlane get(int id)
        The AR plane is obtained through the AR plane ID.
        Parameters:
        id - AR plane ID.
        Returns:
        ARPlan Get the AR plane.
      • getCount

        public int getCount()
        Get the total number of AR plane sets.
        Returns:
        The total number of AR plane sets.